<div style="width:472px;">
<div id="log">
  28.02.2026 #2a2f2c night mist over the dim city lights
  27.02.2026 #d9b21f cold beer on a cool spring night 
  16.02.2026 #d7a29a faded blush of an old heirloom mum
  13.02.2026 #c66a2b the warm rust of our garden rooster 
  08.02.2026 #b86a7f my wool jacket with the oversized buttons
  02.02.2026 #e8e1d6 dish soap bubbles. got my shirt wet
  29.01.2026 #f48500 the carrot stick nom nom
  18.01.2026 #576f00 the spring fern my dog just sniffed
  14.01.2026 #fbb163 late-afternoon sunlight on the wall
  03.01.2026 #ea402f wine-marinated tomatoes as an appetizer
  01.01.2026 #ff5316 the first sunrise of the new year  
✦ . 　⁺ 　 . ✦ . 　⁺ 　 . ✦ . 　⁺ 　 . ✦ . 　⁺ 　 . ✦ . 　⁺ 　 . ✦ . 
  30.12.2025 #8b542e the cup of coffee my sister made for me
  26.12.2025 #f57fe8 scattered petals of the mountain ebony  
  23.12.2025 #008d54 my little cardboard Christmas tree
  18.12.2025 #555555 the Hmong people’s roasted pumpkin seeds
  05.12.2025 #dcbea6 the sky on our goodbye day
  04.12.2025 #7a9fb4 the wave this afternoon
  22.11.2025 #f0cb5a the last banana in the fruit bowl
  17.11.2025 #6a8000 the greenery outside my balcony
  12.11.2025 #1e202c the nighttime sky on a cloudless night
  07.11.2025 #de8129 my crunchy avocado banh mi
  06.11.2025 #4f8756 the shard lying on the sidewalk
  26.10.2025 #fa2fa2 the bougainvillea by the bridge
  19.10.2025 #6f7374 the reflection of clouds in the rain puddle
  17.10.2025 #e0b100 the yellow leaf that hasn’t fallen yet
  15.10.2025 #fe405c the hibiscus flower on my walk
  12.10.2025 #f4e8d3 my dog’s coat in the sunlight
  09.10.2025 #535a2e the moss on the temple roof
  05.10.2025 #925516 the crust of the sourdough loaf
  04.10.2025 #f9cdaa the tone of my skin
  02.10.2025 #556b47 the origami bird sam made
  28.09.2025 #511608 the roasted brown rice & black bean tea
  26.09.2025 #c5b9ad my shadow across the bedroom wall
  20.09.2025 #dee1b3 the milk blossom blooming in the park
  08.09.2025 #cf141a the roselle flower
  07.09.2025 #763d09 the steaming brown rice
  05.09.2025 #767a4f the cooled tea leaves in my cup
  01.09.2025 #6a9377 the moss green across the stone
  28.08.2025 #869fe1 the twilight sky again
  27.08.2025 #586a88 the twilight sky
  26.08.2025 #fbad3c the chopped pumpkin on the cutting board
  24.08.2025 #7a5a3b the rotting wood by the riverside
  16.08.2025 #fdd87e the sunlight
</div></div>

<script>
document.addEventListener("DOMContentLoaded", () => {
  const log = document.getElementById("log");
  log.innerHTML = log.innerHTML.replace(
    /(\d{2}\.\d{2}\.\d{4})\s+#([0-9a-fA-F]{6})\s*(.*)/g,
    (match, date, hex, text) => {
      return `<div class="color-note">
                <time>${date}</time> 
                <span class="hex-color" style="--hex-color:#${hex};">#${hex}</span> 
                ${text}
              </div>`;
    }
  );
});
</script>

<style>
#log time {
  border: 1px solid #d0d0d0;
  border-top: none;
  border-left: none;
  padding: 0 2px;
  margin-right: 4px;
}
#log .hex-color::before,
#tooltip-content .hex-color::before {
  content: ' ';
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: var(--hex-color);
  margin-right: 4px;
}
#log {font-family: monospace; font-size: 0.85em;line-height: 1.7em;width:472px;height:169px;overflow: auto;}
.color-note {width:472px;}
</style>
